func path/filepath.cleanGlobPathWindows

2 uses

	path/filepath (current package)
		match.go#L256: 		volumeLen, dir = cleanGlobPathWindows(dir)
		match.go#L298: func cleanGlobPathWindows(path string) (prefixLen int, cleaned string) {